projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37456e3
)
(grep-find-ignored-directories): Add .svn and _darcs to list.
author
Kim F. Storm
<storm@cua.dk>
Wed, 19 Jul 2006 11:19:27 +0000
(11:19 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Wed, 19 Jul 2006 11:19:27 +0000
(11:19 +0000)
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index 37d4952058b782100ac7988d9df261b1e352e758..e7d85910a63ab357d29713e0fb97681ae197f4ad 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-155,7
+155,7
@@
The following place holders should be present in the string:
:type 'alist
:group 'grep)
-(defcustom grep-find-ignored-directories '("CVS" ".
hg" "{arch}
")
+(defcustom grep-find-ignored-directories '("CVS" ".
svn" "{arch}" ".hg" "_darcs
")
"*List of names of sub-directories which `rgrep' shall not recurse into."
:type '(repeat string)
:group 'grep)